Delete a basket
DELETE/baskets/:id
Deletes the basket with the given id
Request
Path Parameters
id stringrequired
The id of the basket
Header Parameters
x-api-key stringrequired
The API key for the given store
Responses
- 204
- 400
No content if the basket was deleted successfully, or any problems encountered trying to delete it.
No content if the basket was deleted successfully, or any problems encountered trying to delete it.
- application/json
- Schema
- Example (from schema)
Schema
type stringrequired
The type of the problem. See the documentation for each problem type to see what other properties (extensions) will be present on the problem details for that type.
title stringrequired
The title of the problem
detail stringrequired
Further details on the problem that occurred
status int32
The http status code for the problem if it is the result of a HTTP request. If the result of an asynchronous operation, this will not be present.
{
"type": "string",
"title": "string",
"detail": "string",
"status": 0
}
Loading...